PipelineBase

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addBack
PipelineBase addBack(H handler)
Undocumented in source. Be warned that the author may not have intended to support it.
addFront
PipelineBase addFront(H handler)
Undocumented in source. Be warned that the author may not have intended to support it.
deletePipeline
void deletePipeline()
Undocumented in source. Be warned that the author may not have intended to support it.
detachHandlers
void detachHandlers()
Undocumented in source. Be warned that the author may not have intended to support it.
finalize
void finalize()
Undocumented in source.
getContext
auto getContext(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
getContext
auto getContext()
Undocumented in source. Be warned that the author may not have intended to support it.
getHandler
auto getHandler(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
getHandler
auto getHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
PipelineBase remove(H handler)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
PipelineBase remove()
Undocumented in source. Be warned that the author may not have intended to support it.
removeBack
PipelineBase removeBack()
Undocumented in source. Be warned that the author may not have intended to support it.
removeFront
PipelineBase removeFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

pipelineManager
PipelineManager pipelineManager [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
pipelineManager
PipelineManager pipelineManager [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
transport
Channel transport [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
transport
Channel transport [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_ctxs
PipelineContext[] _ctxs;
Undocumented in source.
_inCtxs
PipelineContext[] _inCtxs;
Undocumented in source.
_isFinalize
bool _isFinalize;
Undocumented in source.
_outCtxs
PipelineContext[] _outCtxs;
Undocumented in source.

Meta